Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmRestaurantMaster
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRestaurantMaster))
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.txtcCode = New System.Windows.Forms.TextBox()
32         Me.btnClose = New System.Windows.Forms.Button()
33         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
34         Me.txtStartBillNo = New System.Windows.Forms.TextBox()
35         Me.Label15 = New System.Windows.Forms.Label()
36         Me.Label14 = New System.Windows.Forms.Label()
37         Me.txtTicketFooterMessage = New System.Windows.Forms.TextBox()
38         Me.Label13 = New System.Windows.Forms.Label()
39         Me.Label12 = New System.Windows.Forms.Label()
40         Me.txtAddressLine3 = New System.Windows.Forms.TextBox()
41         Me.txtAddressLine2 = New System.Windows.Forms.TextBox()
42         Me.Label11 = New System.Windows.Forms.Label()
43         Me.txtCurrencyCode = New System.Windows.Forms.MaskedTextBox()
44         Me.txtBaseCurrency = New System.Windows.Forms.TextBox()
45         Me.Label10 = New System.Windows.Forms.Label()
46         Me.Label9 = New System.Windows.Forms.Label()
47         Me.Label3 = New System.Windows.Forms.Label()
48         Me.txtTIN = New System.Windows.Forms.TextBox()
49         Me.btnBrowse = New System.Windows.Forms.Button()
50         Me.txtSTNo = New System.Windows.Forms.TextBox()
51         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
52         Me.Label4 = New System.Windows.Forms.Label()
53         Me.txtEmailID = New System.Windows.Forms.TextBox()
54         Me.txtHotelName = New System.Windows.Forms.TextBox()
55         Me.txtCIN = New System.Windows.Forms.TextBox()
56         Me.Label7 = New System.Windows.Forms.Label()
57         Me.Label8 = New System.Windows.Forms.Label()
58         Me.Label6 = New System.Windows.Forms.Label()
59         Me.Label5 = New System.Windows.Forms.Label()
60         Me.txtAddressLine1 = New System.Windows.Forms.TextBox()
61         Me.Label2 = New System.Windows.Forms.Label()
62         Me.txtContactNo = New System.Windows.Forms.TextBox()
63         Me.dgw = New System.Windows.Forms.DataGridView()
64         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
71         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
72         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
73         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
74         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
75         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
76         Me.Column14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
77         Me.Column15 = New System.Windows.Forms.DataGridViewTextBoxColumn()
78         Me.Column8 = New System.Windows.Forms.DataGridViewImageColumn()
79         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
80         Me.btnNew = New System.Windows.Forms.Button()
81         Me.btnUpdate = New System.Windows.Forms.Button()
82         Me.btnSave = New System.Windows.Forms.Button()
83         Me.btnDelete = New System.Windows.Forms.Button()
84         Me.Panel2 = New System.Windows.Forms.Panel()
85         Me.Label1 = New System.Windows.Forms.Label()
86         Me.lblUser = New System.Windows.Forms.Label()
87         Me.txtID = New System.Windows.Forms.TextBox()
88         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
89         Me.Panel1.SuspendLayout()
90         Me.GroupBox1.SuspendLayout()
91         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
92         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
93         Me.GroupBox2.SuspendLayout()
94         Me.Panel2.SuspendLayout()
95         Me.SuspendLayout()
96         
'
97         
'Panel1
98         
'
99         Me.Panel1.BackColor = System.Drawing.Color.White
100         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
101         Me.Panel1.Controls.Add(Me.txtcCode)
102         Me.Panel1.Controls.Add(Me.btnClose)
103         Me.Panel1.Controls.Add(Me.GroupBox1)
104         Me.Panel1.Controls.Add(Me.dgw)
105         Me.Panel1.Controls.Add(Me.GroupBox2)
106         Me.Panel1.Controls.Add(Me.Panel2)
107         Me.Panel1.Location = New System.Drawing.Point(
3, 3)
108         Me.Panel1.Name =
"Panel1"
109         Me.Panel1.Size = New System.Drawing.Size(
740, 489)
110         Me.Panel1.TabIndex =
2
111         
'
112         
'txtcCode
113         
'
114         Me.txtcCode.Location = New System.Drawing.Point(
660, 355)
115         Me.txtcCode.Name =
"txtcCode"
116         Me.txtcCode.Size = New System.Drawing.Size(
31, 20)
117         Me.txtcCode.TabIndex =
20
118         Me.txtcCode.Visible = False
119         
'
120         
'btnClose
121         
'
122         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
123         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
125         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
126         Me.btnClose.Location = New System.Drawing.Point(
660, 2)
127         Me.btnClose.Name =
"btnClose"
128         Me.btnClose.Size = New System.Drawing.Size(
74, 37)
129         Me.btnClose.TabIndex =
4
130         Me.btnClose.Text =
"&Close"
131         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
132         Me.btnClose.UseVisualStyleBackColor = True
133         
'
134         
'GroupBox1
135         
'
136         Me.GroupBox1.Controls.Add(Me.txtStartBillNo)
137         Me.GroupBox1.Controls.Add(Me.Label15)
138         Me.GroupBox1.Controls.Add(Me.Label14)
139         Me.GroupBox1.Controls.Add(Me.txtTicketFooterMessage)
140         Me.GroupBox1.Controls.Add(Me.Label13)
141         Me.GroupBox1.Controls.Add(Me.Label12)
142         Me.GroupBox1.Controls.Add(Me.txtAddressLine3)
143         Me.GroupBox1.Controls.Add(Me.txtAddressLine2)
144         Me.GroupBox1.Controls.Add(Me.Label11)
145         Me.GroupBox1.Controls.Add(Me.txtCurrencyCode)
146         Me.GroupBox1.Controls.Add(Me.txtBaseCurrency)
147         Me.GroupBox1.Controls.Add(Me.Label10)
148         Me.GroupBox1.Controls.Add(Me.Label9)
149         Me.GroupBox1.Controls.Add(Me.Label3)
150         Me.GroupBox1.Controls.Add(Me.txtTIN)
151         Me.GroupBox1.Controls.Add(Me.btnBrowse)
152         Me.GroupBox1.Controls.Add(Me.txtSTNo)
153         Me.GroupBox1.Controls.Add(Me.PictureBox1)
154         Me.GroupBox1.Controls.Add(Me.Label4)
155         Me.GroupBox1.Controls.Add(Me.txtEmailID)
156         Me.GroupBox1.Controls.Add(Me.txtHotelName)
157         Me.GroupBox1.Controls.Add(Me.txtCIN)
158         Me.GroupBox1.Controls.Add(Me.Label7)
159         Me.GroupBox1.Controls.Add(Me.Label8)
160         Me.GroupBox1.Controls.Add(Me.Label6)
161         Me.GroupBox1.Controls.Add(Me.Label5)
162         Me.GroupBox1.Controls.Add(Me.txtAddressLine1)
163         Me.GroupBox1.Controls.Add(Me.Label2)
164         Me.GroupBox1.Controls.Add(Me.txtContactNo)
165         Me.GroupBox1.Location = New System.Drawing.Point(
5, 40)
166         Me.GroupBox1.Name =
"GroupBox1"
167         Me.GroupBox1.Size = New System.Drawing.Size(
605, 367)
168         Me.GroupBox1.TabIndex =
0
169         Me.GroupBox1.TabStop = False
170         Me.GroupBox1.Text =
"Restaurant Details"
171         
'
172         
'txtStartBillNo
173         
'
174         Me.txtStartBillNo.BackColor = System.Drawing.Color.White
175         Me.txtStartBillNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
176         Me.txtStartBillNo.Location = New System.Drawing.Point(
246, 340)
177         Me.txtStartBillNo.Name =
"txtStartBillNo"
178         Me.txtStartBillNo.Size = New System.Drawing.Size(
50, 21)
179         Me.txtStartBillNo.TabIndex =
12
180         Me.txtStartBillNo.Text =
"1"
181         Me.txtStartBillNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
182         
'
183         
'Label15
184         
'
185         Me.Label15.AutoSize = True
186         Me.Label15.Location = New System.Drawing.Point(
168, 340)
187         Me.Label15.Name =
"Label15"
188         Me.Label15.Size = New System.Drawing.Size(
71, 13)
189         Me.Label15.TabIndex =
26
190         Me.Label15.Text =
"Start Bill No. :"
191         
'
192         
'Label14
193         
'
194         Me.Label14.AutoSize = True
195         Me.Label14.Location = New System.Drawing.Point(
118, 313)
196         Me.Label14.Name =
"Label14"
197         Me.Label14.Size = New System.Drawing.Size(
122, 13)
198         Me.Label14.TabIndex =
25
199         Me.Label14.Text =
"Ticket Footer Message :"
200         
'
201         
'txtTicketFooterMessage
202         
'
203         Me.txtTicketFooterMessage.BackColor = System.Drawing.Color.White
204         Me.txtTicketFooterMessage.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
205         Me.txtTicketFooterMessage.Location = New System.Drawing.Point(
246, 313)
206         Me.txtTicketFooterMessage.Name =
"txtTicketFooterMessage"
207         Me.txtTicketFooterMessage.Size = New System.Drawing.Size(
352, 21)
208         Me.txtTicketFooterMessage.TabIndex =
11
209         
'
210         
'Label13
211         
'
212         Me.Label13.AutoSize = True
213         Me.Label13.Location = New System.Drawing.Point(
157, 98)
214         Me.Label13.Name =
"Label13"
215         Me.Label13.Size = New System.Drawing.Size(
83, 13)
216         Me.Label13.TabIndex =
23
217         Me.Label13.Text =
"Address Line 3 :"
218         
'
219         
'Label12
220         
'
221         Me.Label12.AutoSize = True
222         Me.Label12.Location = New System.Drawing.Point(
156, 71)
223         Me.Label12.Name =
"Label12"
224         Me.Label12.Size = New System.Drawing.Size(
83, 13)
225         Me.Label12.TabIndex =
22
226         Me.Label12.Text =
"Address Line 2 :"
227         
'
228         
'txtAddressLine3
229         
'
230         Me.txtAddressLine3.BackColor = System.Drawing.Color.White
231         Me.txtAddressLine3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         Me.txtAddressLine3.Location = New System.Drawing.Point(
246, 98)
233         Me.txtAddressLine3.Name =
"txtAddressLine3"
234         Me.txtAddressLine3.Size = New System.Drawing.Size(
353, 21)
235         Me.txtAddressLine3.TabIndex =
3
236         
'
237         
'txtAddressLine2
238         
'
239         Me.txtAddressLine2.BackColor = System.Drawing.Color.White
240         Me.txtAddressLine2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
241         Me.txtAddressLine2.Location = New System.Drawing.Point(
246, 71)
242         Me.txtAddressLine2.Name =
"txtAddressLine2"
243         Me.txtAddressLine2.Size = New System.Drawing.Size(
353, 21)
244         Me.txtAddressLine2.TabIndex =
2
245         
'
246         
'Label11
247         
'
248         Me.Label11.AutoSize = True
249         Me.Label11.Location = New System.Drawing.Point(
301, 290)
250         Me.Label11.Name =
"Label11"
251         Me.Label11.Size = New System.Drawing.Size(
111, 13)
252         Me.Label11.TabIndex =
10
253         Me.Label11.Text =
"e.g. - USD, INR, AUD"
254         
'
255         
'txtCurrencyCode
256         
'
257         Me.txtCurrencyCode.AsciiOnly = True
258         Me.txtCurrencyCode.BeepOnError = True
259         Me.txtCurrencyCode.Location = New System.Drawing.Point(
246, 287)
260         Me.txtCurrencyCode.Mask =
"???"
261         Me.txtCurrencyCode.Name =
"txtCurrencyCode"
262         Me.txtCurrencyCode.Size = New System.Drawing.Size(
49, 20)
263         Me.txtCurrencyCode.TabIndex =
10
264         
'
265         
'txtBaseCurrency
266         
'
267         Me.txtBaseCurrency.BackColor = System.Drawing.Color.White
268         Me.txtBaseCurrency.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         Me.txtBaseCurrency.Location = New System.Drawing.Point(
246, 260)
270         Me.txtBaseCurrency.Name =
"txtBaseCurrency"
271         Me.txtBaseCurrency.Size = New System.Drawing.Size(
159, 21)
272         Me.txtBaseCurrency.TabIndex =
9
273         
'
274         
'Label10
275         
'
276         Me.Label10.AutoSize = True
277         Me.Label10.Location = New System.Drawing.Point(
157, 287)
278         Me.Label10.Name =
"Label10"
279         Me.Label10.Size = New System.Drawing.Size(
83, 13)
280         Me.Label10.TabIndex =
19
281         Me.Label10.Text =
"Currency Code :"
282         
'
283         
'Label9
284         
'
285         Me.Label9.AutoSize = True
286         Me.Label9.Location = New System.Drawing.Point(
157, 260)
287         Me.Label9.Name =
"Label9"
288         Me.Label9.Size = New System.Drawing.Size(
82, 13)
289         Me.Label9.TabIndex =
18
290         Me.Label9.Text =
"Base Currency :"
291         
'
292         
'Label3
293         
'
294         Me.Label3.AutoSize = True
295         Me.Label3.Location = New System.Drawing.Point(
143, 16)
296         Me.Label3.Name =
"Label3"
297         Me.Label3.Size = New System.Drawing.Size(
96, 13)
298         Me.Label3.TabIndex =
0
299         Me.Label3.Text =
"Restaurant Name :"
300         
'
301         
'txtTIN
302         
'
303         Me.txtTIN.BackColor = System.Drawing.Color.White
304         Me.txtTIN.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
305         Me.txtTIN.Location = New System.Drawing.Point(
246, 179)
306         Me.txtTIN.Name =
"txtTIN"
307         Me.txtTIN.Size = New System.Drawing.Size(
159, 21)
308         Me.txtTIN.TabIndex =
6
309         
'
310         
'btnBrowse
311         
'
312         Me.btnBrowse.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
313         Me.btnBrowse.Image = CType(resources.GetObject(
"btnBrowse.Image"), System.Drawing.Image)
314         Me.btnBrowse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
315         Me.btnBrowse.Location = New System.Drawing.Point(
15, 128)
316         Me.btnBrowse.Name =
"btnBrowse"
317         Me.btnBrowse.Size = New System.Drawing.Size(
99, 31)
318         Me.btnBrowse.TabIndex =
13
319         Me.btnBrowse.Text =
"&Browse..."
320         Me.btnBrowse.TextAlign = System.Drawing.ContentAlignment.MiddleRight
321         Me.btnBrowse.UseVisualStyleBackColor = True
322         
'
323         
'txtSTNo
324         
'
325         Me.txtSTNo.BackColor = System.Drawing.Color.White
326         Me.txtSTNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
327         Me.txtSTNo.Location = New System.Drawing.Point(
246, 206)
328         Me.txtSTNo.Name =
"txtSTNo"
329         Me.txtSTNo.Size = New System.Drawing.Size(
159, 21)
330         Me.txtSTNo.TabIndex =
7
331         
'
332         
'PictureBox1
333         
'
334         Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
335         Me.PictureBox1.Image = Global.Restaurant_Management_System.My.Resources.Resources.hotel_icon1
336         Me.PictureBox1.Location = New System.Drawing.Point(
14, 22)
337         Me.PictureBox1.Name =
"PictureBox1"
338         Me.PictureBox1.Size = New System.Drawing.Size(
100, 100)
339         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
340         Me.PictureBox1.TabIndex =
17
341         Me.PictureBox1.TabStop = False
342         
'
343         
'Label4
344         
'
345         Me.Label4.AutoSize = True
346         Me.Label4.Location = New System.Drawing.Point(
169, 125)
347         Me.Label4.Name =
"Label4"
348         Me.Label4.Size = New System.Drawing.Size(
70, 13)
349         Me.Label4.TabIndex =
6
350         Me.Label4.Text =
"Contact No. :"
351         
'
352         
'txtEmailID
353         
'
354         Me.txtEmailID.BackColor = System.Drawing.Color.White
355         Me.txtEmailID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
356         Me.txtEmailID.Location = New System.Drawing.Point(
246, 152)
357         Me.txtEmailID.Name =
"txtEmailID"
358         Me.txtEmailID.Size = New System.Drawing.Size(
352, 21)
359         Me.txtEmailID.TabIndex =
5
360         
'
361         
'txtHotelName
362         
'
363         Me.txtHotelName.BackColor = System.Drawing.Color.White
364         Me.txtHotelName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
365         Me.txtHotelName.Location = New System.Drawing.Point(
246, 16)
366         Me.txtHotelName.Name =
"txtHotelName"
367         Me.txtHotelName.Size = New System.Drawing.Size(
353, 21)
368         Me.txtHotelName.TabIndex =
0
369         
'
370         
'txtCIN
371         
'
372         Me.txtCIN.BackColor = System.Drawing.Color.White
373         Me.txtCIN.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
374         Me.txtCIN.Location = New System.Drawing.Point(
246, 233)
375         Me.txtCIN.Name =
"txtCIN"
376         Me.txtCIN.Size = New System.Drawing.Size(
159, 21)
377         Me.txtCIN.TabIndex =
8
378         
'
379         
'Label7
380         
'
381         Me.Label7.AutoSize = True
382         Me.Label7.Location = New System.Drawing.Point(
149, 206)
383         Me.Label7.Name =
"Label7"
384         Me.Label7.Size = New System.Drawing.Size(
90, 13)
385         Me.Label7.TabIndex =
13
386         Me.Label7.Text =
"Service Tax No. :"
387         
'
388         
'Label8
389         
'
390         Me.Label8.AutoSize = True
391         Me.Label8.Location = New System.Drawing.Point(
209, 233)
392         Me.Label8.Name =
"Label8"
393         Me.Label8.Size = New System.Drawing.Size(
31, 13)
394         Me.Label8.TabIndex =
14
395         Me.Label8.Text =
"CIN :"
396         
'
397         
'Label6
398         
'
399         Me.Label6.AutoSize = True
400         Me.Label6.Location = New System.Drawing.Point(
208, 179)
401         Me.Label6.Name =
"Label6"
402         Me.Label6.Size = New System.Drawing.Size(
31, 13)
403         Me.Label6.TabIndex =
12
404         Me.Label6.Text =
"TIN :"
405         
'
406         
'Label5
407         
'
408         Me.Label5.AutoSize = True
409         Me.Label5.Location = New System.Drawing.Point(
187, 152)
410         Me.Label5.Name =
"Label5"
411         Me.Label5.Size = New System.Drawing.Size(
52, 13)
412         Me.Label5.TabIndex =
11
413         Me.Label5.Text =
"Email ID :"
414         
'
415         
'txtAddressLine1
416         
'
417         Me.txtAddressLine1.BackColor = System.Drawing.Color.White
418         Me.txtAddressLine1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
419         Me.txtAddressLine1.Location = New System.Drawing.Point(
246, 43)
420         Me.txtAddressLine1.Name =
"txtAddressLine1"
421         Me.txtAddressLine1.Size = New System.Drawing.Size(
353, 21)
422         Me.txtAddressLine1.TabIndex =
1
423         
'
424         
'Label2
425         
'
426         Me.Label2.AutoSize = True
427         Me.Label2.Location = New System.Drawing.Point(
156, 43)
428         Me.Label2.Name =
"Label2"
429         Me.Label2.Size = New System.Drawing.Size(
83, 13)
430         Me.Label2.TabIndex =
5
431         Me.Label2.Text =
"Address Line 1 :"
432         
'
433         
'txtContactNo
434         
'
435         Me.txtContactNo.BackColor = System.Drawing.Color.White
436         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
437         Me.txtContactNo.Location = New System.Drawing.Point(
246, 125)
438         Me.txtContactNo.Name =
"txtContactNo"
439         Me.txtContactNo.Size = New System.Drawing.Size(
353, 21)
440         Me.txtContactNo.TabIndex =
4
441         
'
442         
'dgw
443         
'
444         Me.dgw.AllowUserToAddRows = False
445         Me.dgw.AllowUserToDeleteRows = False
446         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
447         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
448         Me.dgw.BackgroundColor = System.Drawing.Color.White
449         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
450         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
451         DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSeaGreen
452         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
453         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
454         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
455         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
456         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
457         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
458         Me.dgw.ColumnHeadersHeight =
24
459         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column9, Me.Column1, Me.Column2, Me.Column12, Me.Column13, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7, Me.Column10, Me.Column11, Me.Column14, Me.Column15, Me.Column8})
460         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
461         Me.dgw.EnableHeadersVisualStyles = False
462         Me.dgw.GridColor = System.Drawing.Color.White
463         Me.dgw.Location = New System.Drawing.Point(
5, 413)
464         Me.dgw.MultiSelect = False
465         Me.dgw.Name =
"dgw"
466         Me.dgw.ReadOnly = True
467         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
468         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
469         DataGridViewCellStyle3.BackColor = System.Drawing.Color.Orange
470         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
471         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
472         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightSeaGreen
473         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
474         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
475         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
476         Me.dgw.RowHeadersWidth =
25
477         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
478         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
479         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
480         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.MediumTurquoise
481         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
482         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
483         Me.dgw.RowTemplate.Height =
18
484         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
485         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal
486         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
487         Me.dgw.Size = New System.Drawing.Size(
729, 70)
488         Me.dgw.TabIndex =
1
489         
'
490         
'Column9
491         
'
492         Me.Column9.HeaderText =
"ID"
493         Me.Column9.Name =
"Column9"
494         Me.Column9.ReadOnly = True
495         Me.Column9.Visible = False
496         
'
497         
'Column1
498         
'
499         Me.Column1.HeaderText =
"Restaurant Name"
500         Me.Column1.Name =
"Column1"
501         Me.Column1.ReadOnly = True
502         
'
503         
'Column2
504         
'
505         Me.Column2.HeaderText =
"Address line 1"
506         Me.Column2.Name =
"Column2"
507         Me.Column2.ReadOnly = True
508         
'
509         
'Column12
510         
'
511         Me.Column12.HeaderText =
"Address line 2"
512         Me.Column12.Name =
"Column12"
513         Me.Column12.ReadOnly = True
514         
'
515         
'Column13
516         
'
517         Me.Column13.HeaderText =
"Address line 3"
518         Me.Column13.Name =
"Column13"
519         Me.Column13.ReadOnly = True
520         
'
521         
'Column3
522         
'
523         Me.Column3.HeaderText =
"Contact No."
524         Me.Column3.Name =
"Column3"
525         Me.Column3.ReadOnly = True
526         
'
527         
'Column4
528         
'
529         Me.Column4.HeaderText =
"Email ID"
530         Me.Column4.Name =
"Column4"
531         Me.Column4.ReadOnly = True
532         
'
533         
'Column5
534         
'
535         Me.Column5.HeaderText =
"TIN"
536         Me.Column5.Name =
"Column5"
537         Me.Column5.ReadOnly = True
538         
'
539         
'Column6
540         
'
541         Me.Column6.HeaderText =
"ST No."
542         Me.Column6.Name =
"Column6"
543         Me.Column6.ReadOnly = True
544         
'
545         
'Column7
546         
'
547         Me.Column7.HeaderText =
"CIN"
548         Me.Column7.Name =
"Column7"
549         Me.Column7.ReadOnly = True
550         
'
551         
'Column10
552         
'
553         Me.Column10.HeaderText =
"Base Currency"
554         Me.Column10.Name =
"Column10"
555         Me.Column10.ReadOnly = True
556         
'
557         
'Column11
558         
'
559         Me.Column11.HeaderText =
"Currency Code"
560         Me.Column11.Name =
"Column11"
561         Me.Column11.ReadOnly = True
562         
'
563         
'Column14
564         
'
565         Me.Column14.HeaderText =
"Ticket Footer Message"
566         Me.Column14.Name =
"Column14"
567         Me.Column14.ReadOnly = True
568         
'
569         
'Column15
570         
'
571         Me.Column15.HeaderText =
"Start Bill No."
572         Me.Column15.Name =
"Column15"
573         Me.Column15.ReadOnly = True
574         
'
575         
'Column8
576         
'
577         Me.Column8.HeaderText =
"Logo"
578         Me.Column8.Name =
"Column8"
579         Me.Column8.ReadOnly = True
580         Me.Column8.Visible = False
581         
'
582         
'GroupBox2
583         
'
584         Me.GroupBox2.Controls.Add(Me.btnNew)
585         Me.GroupBox2.Controls.Add(Me.btnUpdate)
586         Me.GroupBox2.Controls.Add(Me.btnSave)
587         Me.GroupBox2.Controls.Add(Me.btnDelete)
588         Me.GroupBox2.Location = New System.Drawing.Point(
631, 45)
589         Me.GroupBox2.Name =
"GroupBox2"
590         Me.GroupBox2.Size = New System.Drawing.Size(
103, 190)
591         Me.GroupBox2.TabIndex =
3
592         Me.GroupBox2.TabStop = False
593         Me.GroupBox2.Text =
"Action Button"
594         
'
595         
'btnNew
596         
'
597         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
598         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
599         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"), System.Drawing.Image)
600         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
601         Me.btnNew.Location = New System.Drawing.Point(
11, 18)
602         Me.btnNew.Name =
"btnNew"
603         Me.btnNew.Size = New System.Drawing.Size(
82, 37)
604         Me.btnNew.TabIndex =
0
605         Me.btnNew.Text =
"&New"
606         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
607         Me.btnNew.UseVisualStyleBackColor = True
608         
'
609         
'btnUpdate
610         
'
611         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
612         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
613         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
614         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
615         Me.btnUpdate.Location = New System.Drawing.Point(
11, 99)
616         Me.btnUpdate.Name =
"btnUpdate"
617         Me.btnUpdate.Size = New System.Drawing.Size(
82, 37)
618         Me.btnUpdate.TabIndex =
2
619         Me.btnUpdate.Text =
"&Update"
620         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
621         Me.btnUpdate.UseVisualStyleBackColor = True
622         
'
623         
'btnSave
624         
'
625         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
626         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
627         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"), System.Drawing.Image)
628         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
629         Me.btnSave.Location = New System.Drawing.Point(
11, 58)
630         Me.btnSave.Name =
"btnSave"
631         Me.btnSave.Size = New System.Drawing.Size(
82, 37)
632         Me.btnSave.TabIndex =
1
633         Me.btnSave.Text =
"&Save"
634         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
635         Me.btnSave.UseVisualStyleBackColor = True
636         
'
637         
'btnDelete
638         
'
639         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
640         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
641         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"), System.Drawing.Image)
642         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
643         Me.btnDelete.Location = New System.Drawing.Point(
11, 140)
644         Me.btnDelete.Name =
"btnDelete"
645         Me.btnDelete.Size = New System.Drawing.Size(
82, 37)
646         Me.btnDelete.TabIndex =
6
647         Me.btnDelete.Text =
"&Delete"
648         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
649         Me.btnDelete.UseVisualStyleBackColor = True
650         
'
651         
'Panel2
652         
'
653         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
654         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
655         Me.Panel2.Controls.Add(Me.Label1)
656         Me.Panel2.Controls.Add(Me.lblUser)
657         Me.Panel2.Controls.Add(Me.txtID)
658         Me.Panel2.Location = New System.Drawing.Point(
5, 4)
659         Me.Panel2.Name =
"Panel2"
660         Me.Panel2.Size = New System.Drawing.Size(
650, 28)
661         Me.Panel2.TabIndex =
0
662         
'
663         
'Label1
664         
'
665         Me.Label1.AutoSize = True
666         Me.Label1.BackColor = System.Drawing.Color.Transparent
667         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
668         Me.Label1.ForeColor = System.Drawing.Color.White
669         Me.Label1.Location = New System.Drawing.Point(
280, 2)
670         Me.Label1.Name =
"Label1"
671         Me.Label1.Size = New System.Drawing.Size(
149, 24)
672         Me.Label1.TabIndex =
0
673         Me.Label1.Text =
"Restaurant Info"
674         
'
675         
'lblUser
676         
'
677         Me.lblUser.AutoSize = True
678         Me.lblUser.Location = New System.Drawing.Point(
40, 5)
679         Me.lblUser.Name =
"lblUser"
680         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
681         Me.lblUser.TabIndex =
5
682         Me.lblUser.Text =
"Label8"
683         Me.lblUser.Visible = False
684         
'
685         
'txtID
686         
'
687         Me.txtID.Location = New System.Drawing.Point(
15, 5)
688         Me.txtID.Name =
"txtID"
689         Me.txtID.Size = New System.Drawing.Size(
19, 20)
690         Me.txtID.TabIndex =
4
691         Me.txtID.Visible = False
692         
'
693         
'OpenFileDialog1
694         
'
695         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
696         
'
697         
'frmRestaurantMaster
698         
'
699         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
700         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
701         Me.BackColor = System.Drawing.Color.Orange
702         Me.ClientSize = New System.Drawing.Size(
746, 498)
703         Me.Controls.Add(Me.Panel1)
704         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
705         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
706         Me.KeyPreview = True
707         Me.MaximizeBox = False
708         Me.MinimizeBox = False
709         Me.Name =
"frmRestaurantMaster"
710         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
711         Me.Panel1.ResumeLayout(False)
712         Me.Panel1.PerformLayout()
713         Me.GroupBox1.ResumeLayout(False)
714         Me.GroupBox1.PerformLayout()
715         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
716         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
717         Me.GroupBox2.ResumeLayout(False)
718         Me.Panel2.ResumeLayout(False)
719         Me.Panel2.PerformLayout()
720         Me.ResumeLayout(False)
721
722     End Sub
723     Friend WithEvents Panel1 As System.Windows.Forms.Panel
724     Friend WithEvents Label3 As System.Windows.Forms.Label
725     Friend WithEvents txtHotelName As System.Windows.Forms.TextBox
726     Friend WithEvents btnClose As System.Windows.Forms.Button
727     Friend WithEvents btnUpdate As System.Windows.Forms.Button
728     Friend WithEvents btnSave As System.Windows.Forms.Button
729     Friend WithEvents btnNew As System.Windows.Forms.Button
730     Friend WithEvents dgw As System.Windows.Forms.DataGridView
731     Friend WithEvents Panel2 As System.Windows.Forms.Panel
732     Friend WithEvents Label1 As System.Windows.Forms.Label
733     Friend WithEvents Label7 As System.Windows.Forms.Label
734     Friend WithEvents Label6 As System.Windows.Forms.Label
735     Friend WithEvents Label5 As System.Windows.Forms.Label
736     Friend WithEvents txtSTNo As System.Windows.Forms.TextBox
737     Friend WithEvents txtTIN As System.Windows.Forms.TextBox
738     Friend WithEvents txtEmailID As System.Windows.Forms.TextBox
739     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
740     Friend WithEvents Label4 As System.Windows.Forms.Label
741     Friend WithEvents Label2 As System.Windows.Forms.Label
742     Friend WithEvents txtID As System.Windows.Forms.TextBox
743     Friend WithEvents lblUser As System.Windows.Forms.Label
744     Public WithEvents btnBrowse As System.Windows.Forms.Button
745     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
746     Friend WithEvents txtAddressLine1 As System.Windows.Forms.TextBox
747     Friend WithEvents txtCIN As System.Windows.Forms.TextBox
748     Friend WithEvents Label8 As System.Windows.Forms.Label
749     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
750     Friend WithEvents btnDelete As System.Windows.Forms.Button
751     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
752     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
753     Friend WithEvents txtBaseCurrency As System.Windows.Forms.TextBox
754     Friend WithEvents Label10 As System.Windows.Forms.Label
755     Friend WithEvents Label9 As System.Windows.Forms.Label
756     Friend WithEvents Label11 As System.Windows.Forms.Label
757     Friend WithEvents txtCurrencyCode As System.Windows.Forms.MaskedTextBox
758     Friend WithEvents txtcCode As System.Windows.Forms.TextBox
759     Friend WithEvents Label14 As System.Windows.Forms.Label
760     Friend WithEvents txtTicketFooterMessage As System.Windows.Forms.TextBox
761     Friend WithEvents Label13 As System.Windows.Forms.Label
762     Friend WithEvents Label12 As System.Windows.Forms.Label
763     Friend WithEvents txtAddressLine3 As System.Windows.Forms.TextBox
764     Friend WithEvents txtAddressLine2 As System.Windows.Forms.TextBox
765     Friend WithEvents txtStartBillNo As System.Windows.Forms.TextBox
766     Friend WithEvents Label15 As System.Windows.Forms.Label
767     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
768     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
769     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
770     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
771     Friend WithEvents Column13 As System.Windows.Forms.DataGridViewTextBoxColumn
772     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
773     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
774     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
775     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
776     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
777     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
778     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
779     Friend WithEvents Column14 As System.Windows.Forms.DataGridViewTextBoxColumn
780     Friend WithEvents Column15 As System.Windows.Forms.DataGridViewTextBoxColumn
781     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewImageColumn
782
783 End Class


Gõ tìm kiếm nhanh...